home *** CD-ROM | disk | FTP | other *** search
- Path: news.halcyon.com!usenet
- From: normanb@halcyon.com (Norm Bryar)
- Newsgroups: comp.lang.c,comp.lang.c++
- Subject: Re: Include files
- Date: Sun, 24 Mar 1996 16:25:38 GMT
- Organization: Northwest Nexus Inc.
- Message-ID: <4j3t0j$pfr@news.halcyon.com>
- References: <4iqltj$40g@news1.sympatico.ca> <4irv0d$4mq@sparcserver.lrz-muenchen.de> <4it6nl$emt@reader2.ix.netcom.com>
- NNTP-Posting-Host: blv-pm3-ip27.halcyon.com
- X-Newsreader: Forte Free Agent 1.0.82
-
- If you compile from within VC, Tools | Options | Directories.
-
- If you run nmake from the command-line, set the INCLUDE= environment
- variable from a batch-file.
-
- --Norm
-
- jdadson@ix.netcom.com(Jive Dadson ) wrote:
-
-
- >I know this isn't the right newgroup to ask this question in, but
- >I can't find the right one. Can someone please take pity on me
- >and tell me how the HECK you get MS Visual C++ to search the
- >directories you want for include files? I managed to get it to
- >work once by putting /I"c:\foo\bar" directly into the "Project options"
- >under "Settings,C/C++", but now I can't seem to make that work
- >for some reason that escapes me. I am totally frustrated.
-
-
- > Jive
-
-
-
-